home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / Magtape < prev    next >
Text File  |  1997-04-10  |  2KB  |  58 lines

  1.  
  2.  
  3.  
  4.         MAGTAPE (2.x/3.x Only) (Located in C:)
  5.  
  6.     
  7.     NAME
  8.         MAGTAPE [DEVICE devicename] [UNIT unitname] [RET or
  9.                  RETENSION] [REW or REWIND] [SKIP numfiles]
  10.  
  11.     SYNOPSIS
  12.             MAGTAPE was added in 2.x to specifically control the 
  13.         A3070 tape backup unit. Computer tape drives are 
  14.         sequential. In other words, All computer tape drives, 
  15.         like video or audio tapes, must be manually "fast 
  16.         forward" or "rewind" to get to a particular file. 
  17.         Random-access devices such as floppy drives, harddrives, 
  18.         CDRoms, etc directly acess the information.
  19.  
  20.     KEYWORDS
  21.         DEVICE devicename
  22.             The devicename of unit to manipulate.
  23.  
  24.         UNIT unitname
  25.             By default, MAGTAPE accesses SCSI unit four and
  26.         utilizes the Commodore scsi.device. This is used because
  27.         it is the factory defaults of the A3070. To change the
  28.         SCSI unit number of the tape drive, or use a controlling
  29.         device other than the scsi.device, you must specify both
  30.         the device name of the SCSI controller (eg gvpscsi.device)
  31.         as well as the unit number of the tape drive using both the
  32.         DEVICE and UNIT keywords. There are usually dip switches
  33.         in your unit that can be changed to correspond to any unit
  34.         number you like. If you are unsure of the SCSI device driver
  35.         your unit uses, then you should call the manufacturer. All
  36.         SCSI drivers end in the extension: .device.
  37.  
  38.         RET or RETENSION
  39.             This re-tensions the tape by fast-forwarding to the end
  40.         then rewinding it.
  41.  
  42.         REW or REWIND
  43.             Runs the tape to the beginning.
  44.  
  45.         SKIP numfiles
  46.             Unit will run forward past a given number of files. 
  47.         The variable 'numfiles' tells how many files to skip.
  48.  
  49.  
  50.         EXAMPLE
  51.  
  52.             1. To rewind a scsi tapedrive attached to a GVP 
  53.         controller whose unit number is set to two:
  54.  
  55.             MAGTAPE DEVICE gvpscsi.device UNIT 2 REW
  56.  
  57.         
  58.